home *** CD-ROM | disk | FTP | other *** search
- object ModuleLoadForm: TModuleLoadForm
- Left = 244
- Top = 157
- BorderStyle = bsDialog
- Caption = 'Module Load Form'
- ClientHeight = 287
- ClientWidth = 283
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object BtnOK: TButton
- Left = 103
- Top = 252
- Width = 75
- Height = 25
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 8
- Width = 267
- Height = 233
- Caption = ' &Loaded modules: '
- TabOrder = 1
- object LblPackageFileName: TLabel
- Left = 16
- Top = 168
- Width = 3
- Height = 13
- end
- object LstPackages: TListBox
- Left = 16
- Top = 24
- Width = 233
- Height = 137
- ItemHeight = 13
- TabOrder = 0
- OnClick = LstPackagesClick
- end
- object BtnAddPackage: TButton
- Left = 40
- Top = 196
- Width = 75
- Height = 25
- Caption = '&Add...'
- TabOrder = 1
- OnClick = BtnAddPackageClick
- end
- object BtnRemovePackage: TButton
- Left = 144
- Top = 196
- Width = 75
- Height = 25
- Caption = '&Remove'
- TabOrder = 2
- OnClick = BtnRemovePackageClick
- end
- end
- object DlgOpenPackage: TOpenDialog
- Filter =
- 'Application custom modules (BL*.bpl)|BL*.bpl|Delphi packages (*.' +
- 'bpl)|*.bpl|All files (*.*)|*.*'
- Title = 'Open Module'
- Left = 72
- Top = 224
- end
- end
-